home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr46 / vfwdk.zip / VFWSDK.ZIP / SAMPLES / BRAVADO / BRAVADO.RC < prev    next >
Text File  |  1993-01-19  |  887b  |  27 lines

  1. #include <windows.h>
  2. #include "ct.h"
  3. #include "config.h"
  4.  
  5. #include "config.dlg"
  6. #include "vidsrc.dlg"
  7. #include "vidfmt.dlg"
  8. #include "viddsp.dlg"
  9.  
  10. #define VERSIONNAME               "bravado.drv\0"
  11. #define VERSIONDESCRIPTION        "Truevision Bravado Driver\0"
  12.  
  13. #include "ct.rcv"
  14.  
  15. // Localizable strings - these are read into aszErrorBuffer (defined in
  16. // initc.c and currently 250 bytes long).  Keep this buffer the length of
  17. // the longest error message plus about 30% for localization.
  18. STRINGTABLE MOVEABLE DISCARDABLE
  19. BEGIN
  20.  
  21. IDS_ERRBADPORT    "A configuration or hardware problem has occurred.\nUse the Drivers option in the Control Panel\nto re-configure the Targa driver."
  22. IDS_ERRBADCONFIG  "The port and/or interrupt settings do not match those on the card. Check your hardware settings, and then try again."
  23.  
  24. IDS_VCAPPRODUCT   "Truevision Bravado"
  25.  
  26. END
  27.